home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00272.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  296 b   |  14 lines

  1. on mouseUp
  2.   global stamp, dayNo, correctionMade, oldstamp
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   put " " into field "problem"
  7.   set oldstamp to getAt(stamp, dayNo)
  8.   setAt(stamp, dayNo, the clickOn - 2)
  9.   set correctionMade to 1
  10.   resetMonthlyDays()
  11.   go("monthly mucus")
  12.   cursor(0)
  13. end
  14.